asin — Arc Sine


\begin{rail}
ArcSine : 'asin' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
asin returns the arc sine of the argument. The return value is expressed in radians, in the range [- π/2, π/2]. It is an error if the argument is real and the magnitude of the argument is greater than 1. If the argument is a matrix, the operation is performed element by element.

Subsections